.NET Aspire Blog Posts

Orchestrating Distributed Apps (Spin/Rust and .NET/C#) with .NET Aspire/Dapr

This post will explore the ability to run and build Spin apps in the .NET Aspire dashboard and add a new custom task on .NET Aspire dashboard to rebuild the Spin app without the need to stop and start solution again

.NET Aspire Quick Tip - Managing Container & Data Lifetime

.NET Aspire 9 adds new control over the lifetime of containers on your local developer environment. Let's look at how to manage them with the new APIs!

Aaron Powell: .NET Aspire Community Toolkit

Aaron is a Developer Advocate at Microsoft. Having spent 15 years doing web development, he’s seen it all, from browser wars to the rise of AJAX and the fall of 20 JavaScript frameworks (and that was just yesterday!). Always tinkering with something new, he explores crazy ideas like writing your own implementation of numbers in .NET, creating IoC in JavaScript, or implementing tic-tac-toe using git commits. When not sitting at a computer, he can be found spending time with his wife and kids.

How to integrate .NET Aspire with PostgreSQL - Tutexchange

In this article we are going learn how to integrate PostgreSQL with .Net Aspire as you know .Net Aspire is used to build cloud-native applications.

How to integrate .NET Aspire with Redis - Tutexchange

In this article, we will explore the process of integrating Redis with .NET Aspire. As you may know, .NET Aspire is a powerful framework designed for building cloud-native applications. This integration allows developers to leverage Redis's high-performance in-memory data structure store, enhancing application speed and scalability.

Elastic observability and search in .NET Aspire

.NET Aspire is an opinionated, cloud ready stack for building observable, production ready, distributed applications. In this post we'll look at working with Elasticsearch in .NET Aspire, but firstly - on the observability side - let's learn just how easy it is to instrument our app with OpenTelemetry and see logs, metrics and traces in Elastic.

.NET Aspire and Dapr: How These Tools Complement Each Other in Distributed Applications

I’ve explored various tools to simplify the development of distributed applications. Two notable tools that stand out are .NET Aspire and Distributed Application Runtime (Dapr). In this article, I’ll delve into how these tools address common challenges in distributed systems, their similarities and differences, and how they can be used together to enhance your development workflow.

.NET Aspire, OpenTelemetry, Immersive APM

The discussion covers how Immersive APM complements the .NET Aspire framework and leverages the OpenTelemetry to provide a seamless observability solution, allowing developers to visualize and interact with their applications in a virtual environment. Key topics include the benefits of this approach, such as faster problem-solving, enhanced collaboration, and improved understanding of complex software systems.

Jeff Fritz: .NET 9 and Beyond - Episode 328 - Azure & DevOps Podcast

Jeff Fritz visits with Jeffrey Palermo and they discuss the latest updates for .NET, .NET Conf, and .NET Aspire

C# Advent 2024 - Making a List, Checking It Twice

He’s making a list Checking it twice Writing some code To track who’s naughty and nice Santa Claus is wri-ting… C# tldr; With .NET 9, you can now add custom action buttons to the .NET Aspire dashboard screen You ever wonder how Santa is able to keep track of the kids who are naughty and nice? Never fear, Santa, I got ya covered. Let me throw together a quick proof of concept (POC) and show you the future!